home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / s3tool10.zip / TSTCLSCR.BAT < prev    next >
DOS Batch File  |  1993-09-25  |  243b  |  18 lines

  1. @ECHO OFF
  2. cls
  3.  
  4. :REDdemo
  5.  CLSCR RED
  6.  echo This is a RED screen with no beeps.
  7.  query
  8.  
  9. :REDbeepDEMO
  10.  CLSCR RED 4
  11.  Echo This is a RED screen with 4 beeps
  12.  query
  13.  
  14. :BLUEdemo
  15.  CLSCR BLUE 2
  16.  Echo This is a BLUE screen with 2 beeps.
  17.  
  18.